.BottomBanner {
  width: 100%;
  height: auto;
  padding: 15px 20px 20px 20px;
  background-color: #ffffff;
}
.BottomBanner .BottomBannerHeader {
  color: #1F9373;
  margin-bottom: 10px;
}
.BottomBanner .BottomBannerHeader img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.BottomBanner .BottomBannerHeader span {
  text-align: left;
  line-height: 25px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0;
  width: 144px;
  vertical-align: middle;
  height: 25px;
  margin-left: 10px;
}
.BottomBanner .Container {
  margin-left: -10px;
  margin-top: -8px;
}
.BottomBanner .Container .allOverItem {
  background: url('https://img.alicdn.com/tfs/TB1H632g4D1gK0jSZFsXXbldVXa-176-80.png');
  background-size: 100% 100%;
  width: 90px;
  height: 40px;
  border-radius: 2px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.BottomBanner .Container img {
  width: 153px;
  height: 49px;
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}

